home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13265 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.halcyon.com!usenet
  2. From: normanb@halcyon.com (Norm Bryar)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Include files
  5. Date: Sun, 24 Mar 1996 16:25:38 GMT
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <4j3t0j$pfr@news.halcyon.com>
  8. References: <4iqltj$40g@news1.sympatico.ca> <4irv0d$4mq@sparcserver.lrz-muenchen.de> <4it6nl$emt@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: blv-pm3-ip27.halcyon.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. If you compile from within VC, Tools | Options | Directories.
  13.  
  14. If you run nmake from the command-line, set the INCLUDE= environment
  15. variable from a batch-file.
  16.  
  17.                         --Norm 
  18.  
  19. jdadson@ix.netcom.com(Jive Dadson ) wrote:
  20.  
  21.  
  22. >I know this isn't the right newgroup to ask this question in, but
  23. >I can't find the right one. Can someone please take pity on me
  24. >and tell me how the HECK you get MS Visual C++ to search the
  25. >directories you want for include files? I managed to get it to
  26. >work once by putting /I"c:\foo\bar" directly into the "Project options"
  27. >under "Settings,C/C++", but now I can't seem to make that work
  28. >for some reason that escapes me. I am totally frustrated.
  29.  
  30.  
  31. >                    Jive
  32.  
  33.  
  34.  
  35.